home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / mdb95us.EXE / MDB95.EXE / 0 / RCDATA / TFTESTING / TFTESTING.txt
Text File  |  1996-07-10  |  4KB  |  227 lines

  1. object fTesting: TfTesting
  2.   Left = 306
  3.   Top = 120
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Michael'#39's Disk Benchmark'
  7.   ClientHeight = 303
  8.   ClientWidth = 473
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PrintScale = poPrintToFit
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 441
  23.     Height = 41
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Benchmarking Results'
  27.     Font.Color = clWindowText
  28.     Font.Height = -23
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 194
  35.     Top = 113
  36.     Width = 119
  37.     Height = 24
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 'Cached'
  41.   end
  42.   object Label3: TLabel
  43.     Left = 16
  44.     Top = 136
  45.     Width = 169
  46.     Height = 25
  47.     AutoSize = False
  48.     Caption = 'Sequential Write:'
  49.   end
  50.   object Label4: TLabel
  51.     Left = 16
  52.     Top = 161
  53.     Width = 169
  54.     Height = 24
  55.     AutoSize = False
  56.     Caption = 'Sequential Read:'
  57.   end
  58.   object Label5: TLabel
  59.     Left = 16
  60.     Top = 184
  61.     Width = 169
  62.     Height = 25
  63.     AutoSize = False
  64.     Caption = 'Random Write:'
  65.   end
  66.   object Label6: TLabel
  67.     Left = 16
  68.     Top = 209
  69.     Width = 169
  70.     Height = 24
  71.     AutoSize = False
  72.     Caption = 'Random Read:'
  73.   end
  74.   object Label7: TLabel
  75.     Left = 332
  76.     Top = 113
  77.     Width = 119
  78.     Height = 24
  79.     Alignment = taCenter
  80.     AutoSize = False
  81.     Caption = 'Non-Cached'
  82.   end
  83.   object Label8: TLabel
  84.     Left = 193
  85.     Top = 136
  86.     Width = 128
  87.     Height = 25
  88.     Alignment = taCenter
  89.     AutoSize = False
  90.     Caption = 'N/A'
  91.   end
  92.   object Label9: TLabel
  93.     Left = 193
  94.     Top = 161
  95.     Width = 128
  96.     Height = 24
  97.     Alignment = taCenter
  98.     AutoSize = False
  99.     Caption = 'N/A'
  100.   end
  101.   object Label10: TLabel
  102.     Left = 193
  103.     Top = 184
  104.     Width = 128
  105.     Height = 25
  106.     Alignment = taCenter
  107.     AutoSize = False
  108.     Caption = 'N/A'
  109.   end
  110.   object Label11: TLabel
  111.     Left = 193
  112.     Top = 209
  113.     Width = 128
  114.     Height = 24
  115.     Alignment = taCenter
  116.     AutoSize = False
  117.     Caption = 'N/A'
  118.   end
  119.   object Label12: TLabel
  120.     Left = 328
  121.     Top = 136
  122.     Width = 129
  123.     Height = 25
  124.     Alignment = taCenter
  125.     AutoSize = False
  126.     Caption = 'N/A'
  127.   end
  128.   object Label13: TLabel
  129.     Left = 328
  130.     Top = 161
  131.     Width = 129
  132.     Height = 24
  133.     Alignment = taCenter
  134.     AutoSize = False
  135.     Caption = 'N/A'
  136.   end
  137.   object Label14: TLabel
  138.     Left = 328
  139.     Top = 184
  140.     Width = 129
  141.     Height = 25
  142.     Alignment = taCenter
  143.     AutoSize = False
  144.     Caption = 'N/A'
  145.   end
  146.   object Label15: TLabel
  147.     Left = 328
  148.     Top = 209
  149.     Width = 129
  150.     Height = 24
  151.     Alignment = taCenter
  152.     AutoSize = False
  153.     Caption = 'N/A'
  154.   end
  155.   object Label16: TLabel
  156.     Left = 9
  157.     Top = 57
  158.     Width = 448
  159.     Height = 24
  160.     Alignment = taCenter
  161.     AutoSize = False
  162.     Caption = 'Drive C: - 32MB Test-File'
  163.   end
  164.   object Label17: TLabel
  165.     Left = 9
  166.     Top = 81
  167.     Width = 448
  168.     Height = 24
  169.     Alignment = taCenter
  170.     AutoSize = False
  171.     Caption = 'Test-data: Zeroes'
  172.   end
  173.   object Panel1: TPanel
  174.     Left = 16
  175.     Top = 241
  176.     Width = 441
  177.     Height = 2
  178.     BevelOuter = bvLowered
  179.     TabOrder = 0
  180.   end
  181.   object Button1: TButton
  182.     Left = 345
  183.     Top = 257
  184.     Width = 112
  185.     Height = 32
  186.     Hint = 'Closes this window.'
  187.     Cancel = True
  188.     Caption = 'Close'
  189.     Default = True
  190.     ParentShowHint = False
  191.     ShowHint = True
  192.     TabOrder = 1
  193.     OnClick = Button1Click
  194.   end
  195.   object Button2: TButton
  196.     Left = 16
  197.     Top = 256
  198.     Width = 113
  199.     Height = 33
  200.     Hint = 'Save the test results to a text-file.'
  201.     Caption = '&Save'
  202.     ParentShowHint = False
  203.     ShowHint = True
  204.     TabOrder = 2
  205.     OnClick = Button2Click
  206.   end
  207.   object Button3: TButton
  208.     Left = 136
  209.     Top = 256
  210.     Width = 113
  211.     Height = 33
  212.     Hint = 'Print the test results on the default printer.'
  213.     Caption = '&Print'
  214.     ParentShowHint = False
  215.     ShowHint = True
  216.     TabOrder = 3
  217.     OnClick = Button3Click
  218.   end
  219.   object SaveDialog1: TSaveDialog
  220.     DefaultExt = 'txt'
  221.     FileEditStyle = fsEdit
  222.     Filter = 'All Files|*.*'
  223.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn]
  224.     Title = 'Michael'#39's Disk Benchmark for Windows 95 - Save Results'
  225.   end
  226. end
  227.